home *** CD-ROM | disk | FTP | other *** search
- This program is a set of generic tools for loading and saveing bitmaps in
- various forms. It has a simple program for demonstrating the features of the
- object. Currently, the objects are under going Beta testing and should be final
- sometime in mid spring. At this time, the protocol spoken is not stabalized,
- so if you wish to program with the objects at this time, expect that some-
- things could change between now and final release, however, things will
- likely remain the same.
-
- Here's what's new, in brief:
- o printing's fixed.
- o images should no longer shear.
- o support for tif and jpeg extensions (basically the same converters as
- tiff and jpg, but just different extensions.
- o converter extensions may be capitalized.
- o revamped interface.
- o all conversion work, included adding or removing alpha.
- o some memory leaks in the Make Image Index option have been plugged.
-
- The bitmaps support are the following:
-
- Type Long Name Reading Writing Multiple
- --------- ------------------------------------- ------- ------- --------
- gif(1)(2) Graphics Interchange Format Y Y N
- jpg Joint Photographic Extention Group Y N N
- pbm Portable Bitmap Y Y N
- pgm Portable Graymap Y Y N
- ppm Portable Pixmap Y Y N
- tiff Tagging Image File Format Y Y Y
- xbm X11 Bitmap Y Y N
-
- (2) Be careful when saving to gif, since it requires color quantitization, you
- may experience color banding. Saving works best on images with losts of
- colors.
-
-
-
- If things don't work, and you have the developement enviroment, try building
- everything in debug mode, so you can send me a snap shot of the console
- window. This will help me find the problem quickly and easily. If you can't
- compile, just try and send me the best description you can of the problem.
- Also, if the problem involves a particular bitmap, please NeXTmail be that
- bitmap along with the problem description. (Don't worry about picture
- content, I'm not easily offended.) Anyways, I can be reached at the address
- below.
-
- Alex Raftis
- alex@data.ACS.CalPoly.EDU
-
-